@charset "utf-8";
* {
margin:0;
padding:0;
}

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
}

#header-wrapper {
	height: 220px;
	background-image: url(../images/bg_header.jpg);
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #1f0a03;
}

#navi-wrapper {
	background-color: #1f0a03;
	height: 40px;
	box-shadow: 0 8px 15px -4px #333;
	z-index: 2;
}

#content_wrapper {
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	background-image: url(../images/80white.png);
	width: 960px;
	height: 100%;
	z-index: 1;
	border: 1px solid #1F0A03;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#menubar {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#menubar ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	letter-spacing: 1px;
}

#menubar ul li a {
	color: #FFF;
	width: 120px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	background-color: #1F0A03;
}

#menubar ul li a:hover {
	color: #000;
	background-color: #FFD9B7;
}

#menubar ul li a#onlink {
	background-color: #FFC490;
	color:#000
} 

.floatImageLeft {
	margin-right: 10px;
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#gallery {

}

.content_text {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.column_li {
	height: 100%;
	width: 220px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-right: 10px;
}

.column_re {
	height: 100%;
	width: 700px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 10px;
}
.navi_amps {
	background-color: #FF9147;
	height: 30px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	padding-left: 20px;
	font-weight: bold;
}
#menubar_amps {
	float: left;
	width: 220px;
}
#menubar_amps ul li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#menubar_amps ul li a {
	display: block;
	background-color: #FFC490;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	margin-bottom: 2px;
	font-weight: bold;
	padding-left: 10px;
}
#menubar_amps ul li a:hover {
	background-color: #1F0A03;
	color: #FFD9B7;
}
#menubar_amps ul li a#onlink {
	color: #FFF;
	background-color: #1F0A03;
}





.floatContentRight {
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	padding-right: 10px;
}

.logo_bones {
	float: right;
	margin-left: 10px;
	margin-top: -20px;
}

#footer {
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	background-color: #FFC490;
	width: 940px;
	height: 70px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #1F0A03;
	margin-top: -1px;
}

.clearFloat {

	clear:both
	margin:0
	padding:0
}

.lightBox {
}
.audio_player {
	height: 28px;
	width: 500px;
	margin-top: 5px;
}
#news_content_scroll {
	height: 100px;
	overflow: auto;
	border: 1px solid #000;
	width: 900px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
